Don't swap the order of the args to gtk_widget_destroyed.
authorAlex Larsson <alexl@redhat.com>
Wed, 6 Jun 2001 00:05:52 +0000 (00:05 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Wed, 6 Jun 2001 00:05:52 +0000 (00:05 +0000)
2001-06-05  Alex Larsson  <alexl@redhat.com>

* demos/gtk-demo/appwindow.c (do_appwindow):
Don't swap the order of the args to gtk_widget_destroyed.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/gtk-demo/appwindow.c

index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index dcc9e957ca942e04520d651eb4befb81c6a0137e..747037968ef3716634602065a1fc9d3e3d65cd19 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-05  Alex Larsson  <alexl@redhat.com>
 
+       * demos/gtk-demo/appwindow.c (do_appwindow):
+       Don't swap the order of the args to gtk_widget_destroyed.
+
        * tests/testgtk.c (destroy_properties):
        Don't crash when the properties window is destroyed.
 
index 75c898ab866fde7f0d946405d4726a4a5e14b4e6..06993a926eca1011e87043cf2a60751adb6f0fd2 100644 (file)
@@ -203,7 +203,7 @@ do_appwindow (void)
       /* NULL window variable when window is closed */
       g_signal_connectc (G_OBJECT (window), "destroy",
                          G_CALLBACK (gtk_widget_destroyed),
-                         &window, TRUE);
+                         &window, FALSE);
 
       table = gtk_table_new (1, 4, FALSE);